body:not(.header-fixed) .navigation .nav-mod:not(:hover)::before {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}
.navigation {
  width: 100%;
  position: relative;
  display: block;
}
.navigation .nav-mod {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8;
}
.navigation .nav-mod.fixed {
  position: fixed;
}
.navigation .nav-mod::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 1px);
  background-color: #ffffff;
  transition: background-color 0.3s ease-out;
  z-index: 10;
}
.navigation .nav-mod::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e7eb;
  z-index: 8;
}
.navigation .nav-mod .nav-top {
  background: transparent;
  box-shadow: none;
  position: relative;
  width: 1200px;
  height: 61px;
  margin: 0 auto;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.navigation .nav-mod .nav-top .nav-top-left {
  display: flex;
  align-items: center;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-top-logo {
  display: flex;
  align-items: center;
  font-size: 0;
  margin-right: 70px;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-top-logo > i {
  display: block;
  width: 102px;
  height: 30px;
  background-image: url("/logo.png");
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap {
  flex: 1;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list {
  display: flex;
  overflow: hidden;
  height: 61px;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item {
  line-height: 61px;
  padding: 0 30px;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item.active > .text {
  color: #00bf80;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item.active > .icon {
  transform: rotateZ(180deg);
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item.active > .icon path {
  fill: #00bf80;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item .nav-item-cont {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item .nav-item-cont .text {
  font-size: 16px;
  color: #333333;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item .nav-item-cont .haveDropDown {
  margin-right: 4px;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item > .icon {
  transition: transform 0.3s ease-in-out;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item:hover .text {
  color: #00bf80;
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item:hover > .icon {
  transform: rotateZ(180deg);
}
.navigation .nav-mod .nav-top .nav-top-left .nav-list-wrap .nav-list .nav-item:hover > .icon path {
  fill: #00bf80;
}
.navigation .nav-mod .nav-top .contact-wrap {
  min-width: 148px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #00bf80;
  padding: 3px 4px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.navigation .nav-mod .nav-top .contact-wrap .contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #00bf80;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .nav-mod .nav-top .contact-wrap .contact-icon > .icon {
  width: 12px;
  height: 12px;
  display: block;
}
.navigation .nav-mod .nav-top .contact-wrap .contact-txt {
  font-size: 14px;
  color: #00bf80;
}
.navigation .nav-mod .nav-dropdown {
  position: absolute;
  left: 0;
  top: -704px;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 8px 8px 0 rgb(34, 34, 34 / 8%);
  border-top: 1px solid #e5e7eb;
  z-index: 9;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block {
  max-width: 1240px;
  background-color: #ffffff;
  padding: 0 20px 26px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: auto;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap {
  width: 1200px;
  padding: 30px 0 0;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-title {
  font-family: OPPOSans-R;
  font-size: 14px;
  color: #a1b0c4;
  margin-bottom: 20px;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content {
  width: 100%;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item {
  width: 390px;
  height: 110px;
  box-sizing: border-box;
  background: url("/wrapper-back.png") no-repeat;
  background-size: cover;
  border-radius: 6px;
  border: 2px solid #ffffff;
  box-shadow: 6px 6px 20px 0px rgba(55, 171, 132, 0.1), -6px -6px 20px 0px #ffffff;
  margin-right: 15px;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item:nth-child(3n) {
  margin-right: 0;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item:hover {
  box-shadow: 6px 6px 20px 0px rgba(55, 171, 132, 0.2), -6px -6px 20px 0px #ffffff;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item .hotitem-cont-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item .hotitem-cont-wrap .hotItem-cont {
  height: 100%;
  padding: 20px 0 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item .hotitem-cont-wrap .hotItem-cont .hotItem-title {
  font-family: OPPOSans-R;
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item .hotitem-cont-wrap .hotItem-cont .hotItem-subtitle {
  font-family: OPPOSans-R;
  font-size: 12px;
  color: #a1b0c4;
  margin-bottom: 15px;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item .hotitem-cont-wrap .hotItem-cont .view-details {
  font-family: OPPOSans-R;
  font-size: 12px;
  color: #00bf80;
  padding-right: 13px;
  position: relative;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item .hotitem-cont-wrap .hotItem-cont .view-details::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 12px;
  background: url("/icon/right-arrow.png") no-repeat -16px 0;
  background-size: auto 12px;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item .hotitem-cont-wrap .item-img {
  height: 95px;
  margin-top: 6px;
  transform-origin: center center;
  transform: translateX(-48px);
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-hot-content .dropdown-hot-item .hotitem-cont-wrap .item-img .img {
  width: auto;
  height: 100%;
  display: block;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item {
  width: 288px;
  height: 62px;
  margin-right: 16px;
  margin-bottom: 24px;
  cursor: pointer;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item:nth-child(4n) {
  margin-right: 0;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item .item-wrap {
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item .item-wrap .content-item-icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: 0 0;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item .item-wrap .content-item-wrap {
  padding-top: 3px;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item .item-wrap .content-item-wrap .content-item-title {
  font-family: OPPOSans-R;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item .item-wrap .content-item-wrap .content-item-subtitle {
  font-family: OPPOSans-R;
  font-size: 12px;
  color: #a1b0c4;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item:hover {
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f7f5 100%);
  box-shadow: 6px 6px 20px 0px rgba(55, 171, 132, 0.1), -6px -6px 20px 0px #ffffff;
  border-radius: 4px;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item:hover .item-wrap {
  padding: 6px;
  border: 2px solid #ffffff;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item:hover .item-wrap .content-item-icon {
  background-position: -40px 0;
}
.navigation .nav-mod .nav-dropdown .nav-dropdown-block .dropdown-wrap .dropdown-content .dropdown-content-wrap .dropdown-content-item:hover .item-wrap .content-item-wrap .content-item-title {
  color: #00bf80;
}
